home *** CD-ROM | disk | FTP | other *** search
/ Game Classics 18 / Game Classics 18 .iso / CARD / ANIBJ / ANIBJ.EXE / 0 / RCDATA / TSOUNDFORM / TSOUNDFORM.txt
Text File  |  1997-04-23  |  8KB  |  333 lines

  1. object SoundForm: TSoundForm
  2.   Left = 263
  3.   Top = 115
  4.   HelpContext = 41015
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Change Sounds (WAV Files)'
  8.   ClientHeight = 399
  9.   ClientWidth = 394
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 377
  21.     Height = 345
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 32
  28.     Width = 121
  29.     Height = 16
  30.     Hint = 
  31.       'This is the sound that plays when you get the Power Meter to 100' +
  32.       '%.'
  33.     Caption = 'Blackjack Sound:'
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.   end
  42.   object Label2: TLabel
  43.     Left = 16
  44.     Top = 128
  45.     Width = 87
  46.     Height = 16
  47.     Hint = 'This is a sound which plays on a losing spin.'
  48.     Caption = 'Lose Sound:'
  49.     Font.Color = clBlack
  50.     Font.Height = -13
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     ParentShowHint = False
  55.     ShowHint = True
  56.   end
  57.   object Label4: TLabel
  58.     Left = 16
  59.     Top = 80
  60.     Width = 123
  61.     Height = 16
  62.     Hint = 
  63.       'This is a sound that plays when you get a Power Play symbol on t' +
  64.       'he screen.'
  65.     Caption = 'Card Deal Sound:'
  66.     Font.Color = clBlack
  67.     Font.Height = -13
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     ParentShowHint = False
  72.     ShowHint = True
  73.   end
  74.   object Label5: TLabel
  75.     Left = 16
  76.     Top = 170
  77.     Width = 79
  78.     Height = 16
  79.     Hint = 'This is a sound which plays on a winning spin.'
  80.     Caption = 'Win Sound:'
  81.     Font.Color = clBlack
  82.     Font.Height = -13
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.     ParentShowHint = False
  87.     ShowHint = True
  88.   end
  89.   object Label3: TLabel
  90.     Left = 16
  91.     Top = 218
  92.     Width = 100
  93.     Height = 16
  94.     Hint = 'This is a sound which plays on a winning spin.'
  95.     Caption = 'Shuffle Sound:'
  96.     Font.Color = clBlack
  97.     Font.Height = -13
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = [fsBold]
  100.     ParentFont = False
  101.     ParentShowHint = False
  102.     ShowHint = True
  103.   end
  104.   object OKBtn: TBitBtn
  105.     Left = 56
  106.     Top = 364
  107.     Width = 281
  108.     Height = 27
  109.     HelpContext = 41015
  110.     Caption = '&OK'
  111.     TabOrder = 0
  112.     OnClick = OKBtnClick
  113.     Kind = bkOK
  114.     Margin = 2
  115.     Spacing = -1
  116.     IsControl = True
  117.   end
  118.   object Button1: TButton
  119.     Left = 176
  120.     Top = 24
  121.     Width = 81
  122.     Height = 25
  123.     Hint = 
  124.       'Click this button to browse your hard drive for a sound for this' +
  125.       ' event.'
  126.     HelpContext = 41015
  127.     Caption = 'Change'
  128.     Font.Color = clBlack
  129.     Font.Height = -11
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = []
  132.     ParentFont = False
  133.     ParentShowHint = False
  134.     ShowHint = True
  135.     TabOrder = 1
  136.     OnClick = Button1Click
  137.   end
  138.   object Button2: TButton
  139.     Left = 176
  140.     Top = 120
  141.     Width = 81
  142.     Height = 25
  143.     Hint = 
  144.       'Click this button to browse your hard drive for a sound for this' +
  145.       ' event.'
  146.     HelpContext = 41015
  147.     Caption = 'Change'
  148.     Font.Color = clBlack
  149.     Font.Height = -11
  150.     Font.Name = 'MS Sans Serif'
  151.     Font.Style = []
  152.     ParentFont = False
  153.     ParentShowHint = False
  154.     ShowHint = True
  155.     TabOrder = 2
  156.     OnClick = Button2Click
  157.   end
  158.   object Button4: TButton
  159.     Left = 176
  160.     Top = 72
  161.     Width = 81
  162.     Height = 25
  163.     Hint = 
  164.       'Click this button to browse your hard drive for a sound for this' +
  165.       ' event.'
  166.     HelpContext = 41015
  167.     Caption = 'Change'
  168.     Font.Color = clBlack
  169.     Font.Height = -11
  170.     Font.Name = 'MS Sans Serif'
  171.     Font.Style = []
  172.     ParentFont = False
  173.     ParentShowHint = False
  174.     ShowHint = True
  175.     TabOrder = 3
  176.     OnClick = Button4Click
  177.   end
  178.   object Button5: TButton
  179.     Left = 176
  180.     Top = 168
  181.     Width = 81
  182.     Height = 25
  183.     Hint = 
  184.       'Click this button to browse your hard drive for a sound for this' +
  185.       ' event.'
  186.     HelpContext = 41015
  187.     Caption = 'Change'
  188.     Font.Color = clBlack
  189.     Font.Height = -11
  190.     Font.Name = 'MS Sans Serif'
  191.     Font.Style = []
  192.     ParentFont = False
  193.     ParentShowHint = False
  194.     ShowHint = True
  195.     TabOrder = 4
  196.     OnClick = Button5Click
  197.   end
  198.   object Button6: TButton
  199.     Left = 288
  200.     Top = 24
  201.     Width = 81
  202.     Height = 25
  203.     Hint = 'Click this button to play the currently selected sound file.'
  204.     HelpContext = 41015
  205.     Caption = 'Preview'
  206.     Font.Color = clBlack
  207.     Font.Height = -11
  208.     Font.Name = 'MS Sans Serif'
  209.     Font.Style = []
  210.     ParentFont = False
  211.     ParentShowHint = False
  212.     ShowHint = True
  213.     TabOrder = 5
  214.     OnClick = Button6Click
  215.   end
  216.   object Button7: TButton
  217.     Left = 288
  218.     Top = 120
  219.     Width = 81
  220.     Height = 25
  221.     Hint = 'Click this button to play the currently selected sound file.'
  222.     HelpContext = 41015
  223.     Caption = 'Preview'
  224.     Font.Color = clBlack
  225.     Font.Height = -11
  226.     Font.Name = 'MS Sans Serif'
  227.     Font.Style = []
  228.     ParentFont = False
  229.     ParentShowHint = False
  230.     ShowHint = True
  231.     TabOrder = 6
  232.     OnClick = Button7Click
  233.   end
  234.   object Button9: TButton
  235.     Left = 288
  236.     Top = 72
  237.     Width = 81
  238.     Height = 25
  239.     Hint = 'Click this button to play the currently selected sound file.'
  240.     HelpContext = 41015
  241.     Caption = 'Preview'
  242.     Font.Color = clBlack
  243.     Font.Height = -11
  244.     Font.Name = 'MS Sans Serif'
  245.     Font.Style = []
  246.     ParentFont = False
  247.     ParentShowHint = False
  248.     ShowHint = True
  249.     TabOrder = 7
  250.     OnClick = Button9Click
  251.   end
  252.   object Button10: TButton
  253.     Left = 288
  254.     Top = 168
  255.     Width = 81
  256.     Height = 25
  257.     Hint = 'Click this button to play the currently selected sound file.'
  258.     HelpContext = 41015
  259.     Caption = 'Preview'
  260.     Font.Color = clBlack
  261.     Font.Height = -11
  262.     Font.Name = 'MS Sans Serif'
  263.     Font.Style = []
  264.     ParentFont = False
  265.     ParentShowHint = False
  266.     ShowHint = True
  267.     TabOrder = 8
  268.     OnClick = Button10Click
  269.   end
  270.   object Button11: TButton
  271.     Left = 16
  272.     Top = 304
  273.     Width = 353
  274.     Height = 33
  275.     Hint = 
  276.       'Click this button to use the default (original) sounds for the a' +
  277.       'bove events.'
  278.     HelpContext = 41015
  279.     Caption = 'Restore Default Sounds'
  280.     Font.Color = clBlack
  281.     Font.Height = -11
  282.     Font.Name = 'MS Sans Serif'
  283.     Font.Style = []
  284.     ParentFont = False
  285.     ParentShowHint = False
  286.     ShowHint = True
  287.     TabOrder = 9
  288.     OnClick = Button11Click
  289.   end
  290.   object Button3: TButton
  291.     Left = 176
  292.     Top = 216
  293.     Width = 81
  294.     Height = 25
  295.     Hint = 
  296.       'Click this button to browse your hard drive for a sound for this' +
  297.       ' event.'
  298.     HelpContext = 41015
  299.     Caption = 'Change'
  300.     Font.Color = clBlack
  301.     Font.Height = -11
  302.     Font.Name = 'MS Sans Serif'
  303.     Font.Style = []
  304.     ParentFont = False
  305.     ParentShowHint = False
  306.     ShowHint = True
  307.     TabOrder = 10
  308.     OnClick = Button3Click
  309.   end
  310.   object Button8: TButton
  311.     Left = 288
  312.     Top = 216
  313.     Width = 81
  314.     Height = 25
  315.     Hint = 'Click this button to play the currently selected sound file.'
  316.     HelpContext = 41015
  317.     Caption = 'Preview'
  318.     Font.Color = clBlack
  319.     Font.Height = -11
  320.     Font.Name = 'MS Sans Serif'
  321.     Font.Style = []
  322.     ParentFont = False
  323.     ParentShowHint = False
  324.     ShowHint = True
  325.     TabOrder = 11
  326.     OnClick = Button8Click
  327.   end
  328.   object OpenDialog1: TOpenDialog
  329.     Left = 15
  330.     Top = 363
  331.   end
  332. end
  333.